Vector<T>.Splice(Integer,Integer,T[]) Method

Represents method Splice(Integer,Integer,T[]).

Namespace: Spring
public
 function Splice(index: Integer; count: Integer; const items: array of T): Vector<T>; overload;

Parameters

index
Type: Integer

count
Type: Integer

items
Type: array of T

Return Value

Type: Vector<T>